Updated README for the Download mirrors in Method A, tiny changes to README.md no change to Scripting#17
Open
JoMfN wants to merge 3 commits intoGenesisL1:genesis-v1.0.0from
Open
Updated README for the Download mirrors in Method A, tiny changes to README.md no change to Scripting#17JoMfN wants to merge 3 commits intoGenesisL1:genesis-v1.0.0from
JoMfN wants to merge 3 commits intoGenesisL1:genesis-v1.0.0from
Conversation
Update Download Mirrors Signed-off-by: Joachim Snellings <joachim.snellings@mfn.berlin>
Cleaning up method A and update download mirror Signed-off-by: Joachim Snellings <joachim.snellings@mfn.berlin>
Signed-off-by: Joachim Snellings <joachim.snellings@mfn.berlin>
JoMfN
commented
Feb 8, 2026
README.md
Outdated
| ```bash | ||
| cd ~ | ||
| wget https://ftp.basementnodes.ca/genesis_backup_20250407082420.tar.lz4 | ||
| wget https://ftp.basementnodes.ca/genesis_backup_20250428212110.tar.gz |
Author
There was a problem hiding this comment.
JoMfN
commented
Feb 8, 2026
README.md
Outdated
| ```bash | ||
| cd ~ | ||
| wget http://85.122.195.176:55865/genesis_backup_20250505.tar.gz | ||
| wget http://85.122.195.176:55865/genesis_backup.tar.gz |
Author
There was a problem hiding this comment.
Author
There was a problem hiding this comment.
in general
default HOME_DIR=~/.genesis
wget -qO- "${SNAPSHOT_URL}" \
| lz4 -d \
| tar -xvf - -C "${HOME_DIR}"
JoMfN
commented
Feb 8, 2026
|
|
||
| ```bash | ||
| git clone https://github.com/JoMfN/genesis-crypto.git | ||
| git clone https://github.com/alpha-omega-labs/genesis-crypto.git |
Author
There was a problem hiding this comment.
JoMfN
commented
Feb 8, 2026
README.md
Outdated
|
|
||
| ```bash | ||
| lz4 -d genesis_backup_20250407082420.tar.lz4 | tar -xvf - | ||
| tar -xvzf genesis_backup_20250428212110.tar.gz |
JoMfN
commented
Feb 8, 2026
Author
JoMfN
left a comment
There was a problem hiding this comment.
Some adjustments on up to date URLs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make)make test)go fmt)golangci-lint run)go list -json -m all | nancy sleuth)Thank you for your code, it's appreciated! :)
Checked, only README.md is changed so tiny pull request one might say